Automatically label PRs to main with backport-v8.x#40718
Merged
jlind23 merged 3 commits intoelastic:mainfrom Sep 10, 2024
ycombinator:automated-backport-8.x
Merged
Automatically label PRs to main with backport-v8.x#40718jlind23 merged 3 commits intoelastic:mainfrom ycombinator:automated-backport-8.x
main with backport-v8.x#40718jlind23 merged 3 commits intoelastic:mainfrom
ycombinator:automated-backport-8.x
Conversation
When the `main` branch switches over to `9.0`, we will want most PRs that are merged into `main` to also be backported to `8.x`. This PR makes this process easier by automatically adding the `backport-8.x` label to all PRs targeting the `main` branch. The exceptions will be PRs for changes that should _only_ be present in `9.0`. For such PRs, authors should simply remove the `backport-8.x` label from their PR.
|
This pull request doesn't have a |
main with backport-8.xmain with backport-v8.x
jlind23
approved these changes
Sep 10, 2024
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the
mainbranch switches over to9.0, we will want most PRs that are merged intomainto also be backported to8.x. This PR makes this process easier by automatically adding thebackport-8.xlabel to all PRs targeting themainbranch.The exceptions will be PRs for changes that should only be present in
9.0. For such PRs, authors should simply remove thebackport-8.xlabel from their PR.